home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / util / conv / TxtToHTMLv1.4.lha / TxtToHTMLv1.4 / Docs / TxtToHTMLv1.4.ReadMe < prev   
Text File  |  2002-05-05  |  2KB  |  67 lines

  1. Short:     Converts txt files to HTML Docs (+GUI)
  2. Author:    Krzysztof "ssnake" Olsztynski (ssnake@interia.pl)
  3. Uploader:  Krzysztof "ssnake" Olsztynski (ssnake@interia.pl)
  4. Type:      util/conv
  5. Version:   1.4
  6. Requires:  Amiga, some mem.
  7.            wizard.library for GUI.
  8.  
  9.  
  10. This is simple TXT to HTML converter.It`s very useful
  11. when You make a web site and want to add there Your
  12. text files.
  13.  
  14. Usage: TxtToHTML <inputfile> [outputfile] [options]
  15.  
  16. OPTIONS:
  17.    -centre             Center all text
  18.    -iso2               Convert AmigaPL -> ISO-8859-2
  19.    -fsize <size>       Font size (1-7) [Default is 3]
  20.    -fcolour <colour>   Font colour 
  21.    -bgcolour <colour>  BackGround colour
  22.    -pre                Preformated blocks !!! 
  23.    -nbsp               Non-breaking space
  24.    -pf                 Paragraph formatting
  25.    -makelinks          Make links
  26.  
  27.  
  28. Only inputfile is require.
  29.  
  30.  inputfile      text file to convert
  31.  outputfile     path to html file (converted inputfile)
  32.  
  33.  
  34.  
  35. TxtToHTML history:
  36.  
  37.  1.4 (05-05-2002)  -  Fixed bug in mailto links '@' (MakeLinks option).
  38.                    -  Added making ftp links (MakeLinks option).
  39.                    -  Replaced [68020] version of TxtToHTML by new 
  40.                       [68020-60] one.
  41.                    -  Fixed another bug in MakeLinks function 
  42.                       (MakeLinks option).
  43.  
  44.  1.3 (03-05-2002)  -  Fixed wrong converting Copyright '©' mark.
  45.                    -  Fixed converting tabulature mark.
  46.                    -  Removed writing <FONT SIZE="x"> when preformated
  47.                       blocks option is enable.
  48.                    -  Fixed wrong converting Registered trademark '®' mark.
  49.                    -  Added makelinks option.
  50.                    -  Fixed some small bugs.
  51.  
  52.  1.2 (21-03-2002)  -  Sped up.
  53.                    -  Added paragraph formatting option.
  54.                    -  Optimalized source code.
  55.                    -  Fixed some small bugs.
  56.                    -  Added GUI (wizard).
  57.  
  58.  1.1 (01-01-2002)  -  Rewrote all source code.
  59.                    -  Added font colour, background colour and font size
  60.                       options.
  61.                    -  Added preformated blocks option.
  62.                    -  Added non-breaking space option.
  63.                    -  Changed status on E-MAILWARE.
  64.  
  65.  1.0 (16-07-2001)  -  First release.
  66.  
  67.